GUI Help > Create > createStatusBar

createStatusBar
int handle=createStatusBar(handle parent)

Description:
Creates a status bar. Statusbars are shown at the bottom of a window gadget, and can have one or more panels which display various information (eg: Current 3D co-ordinates of the camera). Create the status bar using createStatusBar, add panels to it using addStatusPanel, and then to set the information which appears in them, use setStatusText.

Return Value:
Handle to the new statusbar gadget.

Parameters:
parent Handle to the parent gadget for the new statusbar, or 0 for the main window.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)